home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / amok_lha / amok45.lha / chr / chr.doc < prev    next >
Text File  |  1993-08-15  |  2KB  |  65 lines

  1.   =========================================================
  2.   Documentation to the Module chr V1.0  © S.F.Mix 24.Okt.90
  3.   =========================================================
  4.  
  5. Copyright:
  6. ==========
  7. The author of this program is Sebastian Florian Mix,
  8. Eichhornstr. 5-6 apt. 222, D-1000 Berlin 30. This program is public domain
  9. and may only be used commercially with the permission of the author.
  10. Commercial purpose includes the purchasing on pd-serials costing
  11. more than 8 DM / disk !
  12. This program may be freely distributed as long as my name is not
  13. removed and the following files are copied together:
  14. -chr.mod
  15. -chr.def
  16. -chr.obj
  17. -chr.sym
  18. -chr.dok
  19. -chr.doc
  20. All files of this packet are allowed to be changed and enhanced, as long
  21. as the changed version is renamed to a branch-version (1.0.x) and send to
  22. me with a documentation of the changes.
  23.  
  24. Installation:
  25. =============
  26.  -copy chr.sym and chr.obj into your M2:Modules.
  27.  
  28. Supplied functions:
  29. ===================
  30.  
  31.  -Cap:
  32.    Converts lower case to upper case characters, works with upper 7 bit
  33.    characters too, i.e. Cap("ä")="Ä",Cap("é")="É".
  34.  -Low:
  35.    Converts upper case to lower case characters, works with upper 7 bit
  36.    characters too, i.e. Cap("Ü")="ü",Cap("Ñ")="ñ".
  37.  -Lower:
  38.    Compares two characters, works with upper 7 bits characters too.
  39.    I.e. Lower("ä","b")=TRUE, Lower("¹","²")=TRUE.
  40.  -LowerEq:
  41.    Like Lower, compares "<=" instead of "<".
  42.  
  43. Bugs:
  44. =====
  45.  -None known, but not very much tested.
  46.  
  47. Further Enhancements:
  48. =====================
  49.  -Maybe there are regulations for character comparison.
  50.   Everyone who knows please tell me.
  51.  
  52. History:
  53. ========
  54.   1.0  First reasonable version
  55.  
  56. Any bug reports or food for thought are welcomed (to my address,
  57. by phone (030/2621811) or e-mail (PD-Workshop 030/4623932: BoardP0)).
  58.  
  59. Should the avid user wish to donate a small sum to the starving artist,
  60. he/she is thouroughly encouraged to do so. (PGoA Mchn Blz.70010080
  61. Accnt Nr 470303-801)
  62.  
  63. S.F.Mix
  64.  
  65.